home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / text_utl / bigtext / readthis.txt < prev    next >
Encoding:
Text File  |  1996-01-01  |  1.0 KB  |  27 lines

  1. Big Text View was created using MS Visual Basic 3.0 standard edition
  2. by Frank Hipp 1/1/96
  3.  
  4.  This program is my answer to creating a Text Viewer that exceeds
  5. the 32K limit imposed on the Visual Basic Text Box.The code is short
  6. and simple and documented to aid other novice's(such as myself).
  7.  
  8. I hereby grant these files as Public Domain to be modified as needed
  9.  
  10. Requires MS WINDOWS 3.0 + ;VBRUN300.DLL; CMDIALOG.VBX; & COMMDLG.DLL
  11. to run BIGTXT.EXE & Visual Basic 3.0+ to Access TBOX1.MAK 
  12.  
  13. To Run: BIGTXT.EXE
  14.  
  15. Some Notes: If you Change The Text Box Size,Font,or Font Sizes,you
  16. need to modify the txtlimit variable accordingly.I did this for 3
  17. text sizes by trial and error,but I'm sure it could be done with
  18. math using Font Point Size.
  19.  
  20. I'm not sure what the File Size limit for this Text Display is,altho
  21. I know if you change the TextLine() Array from a Variant to a String
  22. the limit would be 64K.
  23.  
  24. I hope someone finds this code useful.
  25.                                         Frank Hipp 
  26.  
  27. I would like to hear from you! fhipp@AOL.COM